LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SetLicense(Byte[],String) Method






Byte array containing the LEADTOOLS runtime license to load.
Character string containing the developer key.
Sets the runtime license for LEADTOOLS and unlocks support for optional features such as LEADTOOLS Imaging Pro, Document and Medical capabilities, or PDF support. .NET support Silverlight support
Syntax
public static void SetLicense( 
   byte[] licenseBuffer,
   string developerKey
)
'Declaration
 
Public Overloads Shared Sub SetLicense( _
   ByVal licenseBuffer() As Byte, _
   ByVal developerKey As String _
) 
'Usage
 
Dim licenseBuffer() As Byte
Dim developerKey As String
 
RasterSupport.SetLicense(licenseBuffer, developerKey)
public static void SetLicense( 
   byte[] licenseBuffer,
   string developerKey
)
 function Leadtools.RasterSupport.SetLicense(Byte[],String)( 
   licenseBuffer ,
   developerKey 
)
public:
static void SetLicense( 
   array<byte>^ licenseBuffer,
   String^ developerKey
) 

Parameters

licenseBuffer
Byte array containing the LEADTOOLS runtime license to load.
developerKey
Character string containing the developer key.
Remarks

You must use this function to set the runtime license for LEADTOOLS and to unlock support for any optional features that you have licensed. If you do not set a runtime license, your application will display a "nag" message dialog at runtime, indicating that you have developed the application without a valid runtime license.

In order to obtain a runtime license and developer key, you must contact LEAD. For more information, refer to About LEADTOOLS Runtime Licenses.

For information about LEADTOOLS Document/Medical capabilities, contact LEAD.

To determine if support for optional features has been unlocked, use IsLocked

To set the runtime license from a disk file instead of memory buffer, use SetLicense(string licenseFile, string developerKey).

NOTE: As an alternative to calling RasterSupport.SetLicense, you can specify your runtime license in the Leadtools.dll.config file. For more information, see LEADTOOLS Config License.

Example
For an example, refer to RasterSupport.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterSupport Class
RasterSupport Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.